Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / NoEncryptionAlgorithm Class / CreateEncryptor Method / CreateEncryptor(Byte[],Byte[]) Method


    CreateEncryptor(Byte[],Byte[]) Method
    Syntax
    'Declaration
     
    Public Overloads Overrides Function CreateEncryptor( _
       ByVal rgbKey() As Byte, _
       ByVal rgbIV() As Byte _
    ) As ICryptoTransform
     
    'Usage
     
    Dim instance As NoEncryptionAlgorithm
    Dim rgbKey() As Byte
    Dim rgbIV() As Byte
    Dim value As ICryptoTransform
     
    value = instance.CreateEncryptor(rgbKey, rgbIV)

    Parameters

    rgbKey
    rgbIV
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also

    Reference

    NoEncryptionAlgorithm Class
    NoEncryptionAlgorithm Members
    Overload List
    Base Implementation in CreateEncryptor(Byte[],Byte[])